home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / DOSGT114.ZIP / MAILSYS / MAIL.DOC < prev    next >
Text File  |  1989-11-24  |  2KB  |  46 lines

  1. This MAIL system is fairly simple to use, there are only 4 commands.
  2.  
  3. To SEND mail to someone use the command SEND as follows:
  4.  
  5.          SEND NM1D
  6.  
  7.     Where NM1D is the person to whom you would like the mail addressed
  8.     to.  If you don't specify an ID, you will be prompted for it.  You
  9.     may also be prompted for your ID, if so please provide it.  'ID' may
  10.     be a maximum of 8 characters!
  11.     The following characters are ILLEGAL in an ID: " - \ / + | * ? . > < "
  12.  
  13.     You will be prompted for a subject, simply enter a short (1 line)
  14.     couple of words to describe the contents of the message that you
  15.     are going to enter. ie: Help needed on 'C' programming.
  16.  
  17.     Then you will be prompted for the message.  Enter the message a line
  18.     at a time (ending each line with your RETURN or ENTER key).  When
  19.     you are ready to end your message, enter CONTROL-Z (press and hold
  20.     down your CONTROL key, then press the letter 'Z') or enter /EX at
  21.     the begining of a line to end the message.
  22.  
  23. To READ your mail use the command READ as follows:
  24.         
  25.         READ
  26.      or    READ ALL    to read MAIL addressed to ALL
  27.      or    READ 1        to read MAIL message number 1
  28.  
  29.     Please delete your mail when you have read it.  You will be asked if
  30.     you want you mail deleted, answer yes for the system to delete your
  31.     mail for you.
  32.  
  33.  
  34.  
  35. To LIST pending mail use the command:
  36.  
  37.     LIST           to list all messages
  38.     or    LIST ALL       to list messages to ALL
  39.     or    LIST NM1D      to list messages addressed to NM1D
  40.     or  LIST -fN1CRZ   to list messages from N1CRZ
  41.     or  LIST -sDOSGATE to list messages with the word 'DOSGATE' in the subject
  42.  
  43. To delete a mail message, use the KILL command:
  44.  
  45.     KILL 1        To kill message number 1
  46.